body {
	font-family: Times New Roman;
	color: purple;
	background-color: skyblue;
}
h1{
	font-family: Arial;
	font-size: 60px;
	background-color: blue;
}
h2{font-size: 40px;
	background-color: lightseagreen ;
}
p{ font-size: 25px;
	color: black;
 }
